#!/bin/bash
# Generated by tools/mac-app/build.sh. Do not edit in place — rebuild.
#
# Hand the .command file to Terminal as a DOCUMENT. See the comment in
# build.sh: scripting Terminal instead would need Automation permission, and
# without somebody to grant it the Apple event times out and the app silently
# does nothing.
HERE="$(cd "$(dirname "$0")/../Resources" && pwd)"
exec open -a Terminal "$HERE/write-a-card.command"
